agents.anac.y2010.Southampton.utils
Class WeightHypothesis

java.lang.Object
  extended by agents.anac.y2010.Southampton.utils.Hypothesis
      extended by agents.anac.y2010.Southampton.utils.WeightHypothesis

public class WeightHypothesis
extends Hypothesis

Author:
Colin Williams

Constructor Summary
WeightHypothesis()
           
 
Method Summary
 double getWeight()
           
 void setWeight(double weight)
           
 java.lang.String toString()
           
 
Methods inherited from class agents.anac.y2010.Southampton.utils.Hypothesis
getProbability, setProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightHypothesis

public WeightHypothesis()
Method Detail

setWeight

public void setWeight(double weight)

getWeight

public double getWeight()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object